body {
  background-color: #FEC9C9;
}

.slide1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}

#order {
  display: none;
}

.top-div{
  display: flex;
  align-self: stretch;
  --padding-top: 60;
  --padding-bottom: 226;
  flex-direction: column;
  align-items: center;
  background-color: #FFEBE4;
  --gap: 40;
}

.top-text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --gap: 10;
}

.top-title {
  color: #000;
  --font-size: 70;
  font-weight: 700;
}

.top-subtitle {
  color: #8F8F8F;
  --font-size: 28;
  font-weight: 400;
}

.top-content-div {
  display: flex;
  justify-content: center;
  align-items: center;
  --gap: 125;
}

.info-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-text-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --gap: 4;
}

.info-title {
  color: #000;
  --font-size: 28;
  font-weight: 400;
}

.info-subtitle {
  color: #8F8F8F;
  --font-size: 28;
  font-weight: 400;
}

.logo {
  --width: 65;
}

.contact-form-div {
  display: flex;
  width: 1050px;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  background: #FFF4F4;
  gap: 25px;
  overflow: hidden;
  margin-top: -135px;
  
}

.contact-text-button:hover p {
  text-decoration: underline;
}

.contact-form-header-div {
  display: flex;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 35px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: black;
}

.contact-form-header-left-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  --gap: 10;
}

.contact-form-header-title {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
}

.contact-form-header-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  
}

.contact-button {
  display: flex;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px;
  justify-content: center;
  align-items: center;
  background: black;
  border-color: white;
  border-style: solid;
  transition: background-color 0.1s;
}

.contact-button p {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}

.contact-button:hover {
  background: white;
}

.contact-button:hover p {
  color: black;
}

.contact-button:active {
  background: #DDDDDD;
}

.contact-form-line-div {
  display: flex;
  width: 800px;
  
  height: 26px;
  --padding-top: 10;
  --padding-bottom: 10;
  align-items: center;
  gap: var(--Header, 0px);
  border-bottom: 1px solid #989898;
}

.contact-form-info-div {
  display: flex;
  --padding-left: 125;
  --padding-right: 125;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.contact-form-horizontal-div {
  display: flex;
  align-items: flex-start;
  --gap: 10;
}

.contact-form-vertical-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  --gap: 5;
}

.contact-form-field-text {
  color: black;
  font-size: 20px;
  font-weight: 400;
}

.contact-form-field-text-div {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: flex-end;
  align-items: center;
}

.contact-form-sub-text-div {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  align-self: stretch;
  align-items: center;
}

.contact-form-sub-text {
  color: #7B7B7B;
  font-size: 15px;
  font-weight: 400;
}

.input-box-name {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0px 15px;
}

.input-box-email {
  width: 445px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 0px 15px;
}

.input-box-message {
  width: 445px;
  height: 171px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 10px 15px;
  color: black;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  resize: none;
}

input[type="text"] {
  color: black;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input[type="email"] {
  color: black;
  font-family: Be Vietnam Pro;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-form-bottom-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  padding-bottom: 50px;
}

form {
  width: 100%;
}

.contact-form-button {
  display: flex;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  padding-left: 35px;
  padding-right: 35px;
  border: 1px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  background: none;
  border-color: black;
  border-style: solid;
}

.contact-form-button-div {
  display: flex;
  --padding-right: 125;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.contact-form-button p {
  font-size: 20px;
  font-weight: 500;
  color: black;
}

.contact-form-button:hover {
  background-color: black;
}

.contact-form-button:hover p {
  color: white;
}

.contact-form-button:active {
  opacity: 80%;
}

@media (max-width: 1200px) {
  .contact-form-div {
    width: calc(100vw - 150px);
  }

  .contact-form-line-div {
    width: calc(100vw - 340px);
  }
}

@media (max-width: 950px) {

  .contact-form-div {
    margin-top: -100px;
  }

  .contact-form-header-title {
    font-size: 28px;
  }

  .contact-form-header-text {
    font-size: 18px;
  }
}


@media (max-width: 900px) {
  .contact-form-header-title {
    font-size: 26px;
  }

  .contact-button {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 15px;
    padding-right: 15px;

  }

  .contact-button p {
    font-size: 16px;
  }

  .top-content-div {
    flex-direction: column;
    gap: 30px;
  }

  .info-title {
    font-size: 22px;
  }

  .info-subtitle {
    font-size: 19px;
  }

  .contact-form-header-text {
    font-size: 12px;
  }

  .contact-form-info-div {
    flex-direction: column;
  }

  .contact-form-div {
    margin-top: -80px;
  }

  .contact-form-field-text-div {
    padding-left: 0px;
  }

  .contact-form-vertical-div {
    flex: 1 0 0;
    align-self: stretch;
  }

  .contact-form-horizontal-div {
    align-self: stretch;
    gap: 10px;
  }

  .input-box-name {
    width: 100%;
    box-sizing: border-box;
  }

  .input-box-email {
    width: 100%;
    box-sizing: border-box;
  }

  .input-box-message {
    width: 100%;
    box-sizing: border-box;
  }

  .contact-form-button-div {
    padding: 30px;
  }

  .contact-form-header-div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-form-div {
    gap: 10px;
  }
}

@media (max-width: 800px) {
  .contact-form-div {
    width: calc(100vw - 80px);
  }

  .contact-form-line-div {
    width: calc(100vw - 150px);
  }

  .contact-form-bottom-div {
    gap: 15px;
  }

}

@media (max-width: 600px) {
  .contact-form-header-div {
    padding-top: 20px;
    padding-bottom: 15px;
    justify-content: center;
    gap: 20px;
  }

  .contact-form-info-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-div {
    width: calc(100vw - 40px);
  }

  .contact-form-line-div {
    width: calc(100vw - 110px);
  }
}